home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.jdt.doc.user_3.1.1 / topics_GettingStarted.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  3.4 KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?NLS TYPE="org.eclipse.help.toc"?>
  3. <!-- ========================== -->
  4. <!-- Define topics for the GettingStarted -->
  5. <!-- ========================== -->
  6. <toc label="GettingStarted" extradir="gettingStarted/intro">
  7.    <topic label="Basic tutorial" href="gettingStarted/qs-BasicTutorial.htm"> 
  8.        <topic label="Preparing the workbench" href="gettingStarted/qs-2.htm"/>
  9.        <topic label="Creating your first Java project" href="gettingStarted/qs-3.htm"/>
  10.        <topic label="Browsing Java elements using the package explorer" href="gettingStarted/qs-4.htm"/>
  11.        <topic label="Editing Java elements"> 
  12.            <topic label="Opening a Java editor" href="gettingStarted/qs-OpenJavaEditor.htm"/>
  13.            <topic label="Adding new methods" href="gettingStarted/qs-AddMethod.htm"/>
  14.            <topic label="Using content assist" href="gettingStarted/qs-ContentAssist.htm"/>
  15.            <topic label="Identifying problems in your code" href="gettingStarted/qs-7.htm"/>
  16.            <topic label="Using code templates" href="gettingStarted/qs-EditorTemplates.htm"/>
  17.            <topic label="Organizing import statements" href="gettingStarted/qs-OrganizeImports.htm"/>
  18.            <topic label="Using the local history" href="gettingStarted/qs-LocalHistory.htm"/>
  19.            <topic label="Extracting a new method" href="gettingStarted/qs-ExtractMethod.htm"/>
  20.        </topic>
  21.        
  22.        <topic label="Creating a Java class" href="gettingStarted/qs-9.htm"/>
  23.        <topic label="Renaming Java elements" href="gettingStarted/qs-8.htm"/>
  24.        <topic label="Moving and copying Java elements" href="gettingStarted/qs-10.htm"/>
  25.        
  26.        <topic label="Navigate to a Java element's declaration" href="gettingStarted/qs-Navigate.htm"/>
  27.        <topic label="Viewing the type Hierarchy" href="gettingStarted/qs-6.htm"/>
  28.        
  29.        <topic label="Searching the workbench" href="gettingStarted/qs-11.htm"/>
  30.        
  31.        <topic label="Running your programs" href="gettingStarted/qs-12.htm"/>
  32.        <topic label="Debugging your programs" href="gettingStarted/qs-13.htm"/>
  33.        <topic label="Evaluating expressions" href="gettingStarted/qs-14.htm"/>
  34.        <topic label="Evaluating snippets" href="gettingStarted/qs-15.htm"/>
  35.        
  36.        <topic label="Using the Java browsing perspective" href="gettingStarted/qs-Browsing.htm"/>
  37.        
  38.        <topic label="Writing and running JUnit tests" href="gettingStarted/qs-junit.htm"/>
  39.    </topic>
  40.    
  41.    <topic label="Project configuration tutorial" href="gettingStarted/qs-ProjectConfiguration.htm">
  42.        <topic label="Detecting existing layout" href="gettingStarted/qs-DetectingExistingLayout.htm"/>
  43.        <topic label="Organizing sources" href="gettingStarted/qs-OrganizingSources.htm"/>
  44.        <topic label="Sibling products in a common source tree" href="gettingStarted/qs-WorkingWithExistingLayout1.htm"/>
  45.        <topic label="Overlapping products in a common source tree" href="gettingStarted/qs-WorkingWithExistingLayout2.htm"/>
  46.        <topic label="Product with nested tests" href="gettingStarted/qs-WorkingWithExistingLayout3.htm"/>
  47.        <topic label="Products sharing a common source framework" href="gettingStarted/qs-WorkingWithExistingLayout4.htm"/>
  48.        <topic label="Product nesting resources in output directory" href="gettingStarted/qs-WorkingWithExistingLayout5.htm"/>
  49.        <topic label="Project using a source framework with restricted access" href="gettingStarted/qs-WorkingWithExistingLayout6.htm"/>
  50.    </topic>
  51.  
  52.    <topic label="Eclipse and J2SE 5.0" href="gettingStarted/qs-with-j2se50.htm">
  53.    </topic>
  54.    <anchor id="javagetstart" />
  55. </toc>
  56.